projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c9e14
)
[IA64] avoid networking in VTI
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 23 Mar 2006 21:14:20 +0000
(14:14 -0700)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 23 Mar 2006 21:14:20 +0000
(14:14 -0700)
It's currently not working.
From: Zhang Xiantao <xiantao.zhang@intel.com>
tools/examples/xmexample.vti
patch
|
blob
|
history
diff --git
a/tools/examples/xmexample.vti
b/tools/examples/xmexample.vti
index ee49ae46d4931ebf88671b43677b2bf74964749a..6680858af8f86700ebe1a61967db7eebbdbb3cce 100644
(file)
--- a/
tools/examples/xmexample.vti
+++ b/
tools/examples/xmexample.vti
@@
-32,7
+32,7
@@
name = "ExampleVTIDomain"
# Random MACs are assigned if not given.
#vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ]
# type=ioemu specify the NIC is an ioemu device not netfront
-vif = [ 'type=ioemu, bridge=xenbr0' ]
+
#
vif = [ 'type=ioemu, bridge=xenbr0' ]
# for multiple NICs in device model, 3 in this example
#vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu']